home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
pbuild6
/
frmproce.frm
< prev
next >
Wrap
Text File
|
1999-01-29
|
55KB
|
1,534 lines
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form frmProcedureBuilder
BorderStyle = 3 'Fixed Dialog
Caption = "Procedure Builder"
ClientHeight = 4830
ClientLeft = 1215
ClientTop = 1905
ClientWidth = 9960
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Icon = "frmProcedureBuilder.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4830
ScaleWidth = 9960
ShowInTaskbar = 0 'False
Begin VB.CheckBox chkStatic
Caption = "All local variables as statics"
Height = 375
Left = 240
TabIndex = 35
Top = 3600
Width = 2295
End
Begin MSComctlLib.ListView lvParameters
Height = 1935
Left = 3120
TabIndex = 33
Top = 840
Width = 5895
_ExtentX = 10398
_ExtentY = 3413
View = 3
LabelEdit = 1
LabelWrap = -1 'True
HideSelection = -1 'True
FullRowSelect = -1 'True
_Version = 393217
ForeColor = -2147483640
BackColor = -2147483643
BorderStyle = 1
Appearance = 1
NumItems = 4
BeginProperty ColumnHeader(1) {BDD1F052-858B-11D1-B16A-00C0F0283628}
Text = "Parameters"
Object.Width = 2540
EndProperty
BeginProperty ColumnHeader(2) {BDD1F052-858B-11D1-B16A-00C0F0283628}
SubItemIndex = 1
Text = "Types"
Object.Width = 2540
EndProperty
BeginProperty ColumnHeader(3) {BDD1F052-858B-11D1-B16A-00C0F0283628}
SubItemIndex = 2
Text = "Passed By"
Object.Width = 2540
EndProperty
BeginProperty ColumnHeader(4) {BDD1F052-858B-11D1-B16A-00C0F0283628}
SubItemIndex = 3
Text = "Optional"
Object.Width = 2540
EndProperty
End
Begin VB.CheckBox chkErrorOnly
Caption = "Error Handling Only?"
Height = 255
Left = 240
TabIndex = 32
Top = 4380
Width = 2175
End
Begin VB.CheckBox chkCommentOnly
Caption = "Comment Template Only ?"
Height = 255
Left = 3120
TabIndex = 31
Top = 4380
Width = 2175
End
Begin VB.TextBox txtOrganisation
Height = 360
Left = 2580
TabIndex = 1
TabStop = 0 'False
Top = 360
Width = 3495
End
Begin VB.TextBox txtAuthor
Height = 345
Left = 240
TabIndex = 0
TabStop = 0 'False
Top = 360
Width = 2190
End
Begin VB.CommandButton cmdDeleteParams
Height = 555
Left = 9240
Picture = "frmProcedureBuilder.frx":0442
Style = 1 'Graphical
TabIndex = 28
Top = 1560
Width = 555
End
Begin VB.CheckBox chkOptional
Caption = "Optional"
Height = 420
Left = 7950
TabIndex = 13
Top = 3030
Width = 975
End
Begin VB.ComboBox cmbByRef
Height = 315
ItemData = "frmProcedureBuilder.frx":074C
Left = 6975
List = "frmProcedureBuilder.frx":0756
TabIndex = 12
Top = 3150
Width = 915
End
Begin VB.ComboBox cmbParameterType
Height = 315
ItemData = "frmProcedureBuilder.frx":0768
Left = 5610
List = "frmProcedureBuilder.frx":0793
Sorted = -1 'True
TabIndex = 11
Top = 3150
Width = 1365
End
Begin VB.CommandButton cmdAdd
Height = 555
Left = 9240
Picture = "frmProcedureBuilder.frx":07FD
Style = 1 'Graphical
TabIndex = 14
ToolTipText = "Add Parameters"
Top = 2175
Width = 540
End
Begin VB.TextBox txtParameterName
Height = 315
Left = 4065
TabIndex = 10
Top = 3150
Width = 1530
End
Begin VB.ComboBox cmbReturnType
Height = 315
ItemData = "frmProcedureBuilder.frx":0B07
Left = 1200
List = "frmProcedureBuilder.frx":0B2C
Sorted = -1 'True
TabIndex = 5
TabStop = 0 'False
Top = 2400
Visible = 0 'False
Width = 1695
End
Begin VB.CheckBox chkCommentTemplate
Caption = "Add Comment Template ?"
Height = 375
Left = 3120
TabIndex = 9
Top = 3960
Value = 1 'Checked
Width = 2295
End
Begin VB.CheckBox chkErrorHandling
Caption = "Add Error Handling ?"
Height = 375
Left = 240
TabIndex = 8
Top = 3960
Value = 1 'Checked
Width = 1815
End
Begin VB.Frame frmType
Height = 720
Left = 240
TabIndex = 19
Top = 2820
Width = 2640
Begin VB.OptionButton optFriend
Caption = "Friend"
Height = 255
Left = 1680
TabIndex = 34
Top = 300
Width = 810
End
Begin VB.OptionButton optPrivate
Caption = "Private"
Height = 375
Left = 840
TabIndex = 7
Top = 240
Width = 840
End
Begin VB.OptionButton optPublic
Caption = "Public"
Height = 375
Left = 120
TabIndex = 6
Top = 240
Value = -1 'True
Width = 735
End
End
Begin VB.TextBox txtName
Height = 345
Left = 240
TabIndex = 2
Top = 1020
Width = 2175
End
Begin VB.Frame frmProcedureBuilder
Height = 735
Left = 255
TabIndex = 17
Top = 1440
Width = 2640
Begin VB.OptionButton optFunction
Caption = "Function"
Height = 375
Left = 1440
TabIndex = 4
Top = 240
Width = 1080
End
Begin VB.OptionButton optProcedure
Caption = "Procedure"
Height = 255
Left = 270
TabIndex = 3
Top